projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0a4933
)
w32proc.c (reap_subprocess): Fix commentary.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 15 Dec 2012 11:41:18 +0000
(13:41 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 15 Dec 2012 11:41:18 +0000
(13:41 +0200)
src/w32proc.c
patch
|
blob
|
history
diff --git
a/src/w32proc.c
b/src/w32proc.c
index dd8d6eb856a382fdf612dc58cd1de2dd62008710..3bdd999534067fa5acf398cd29c51820dd175876 100644
(file)
--- a/
src/w32proc.c
+++ b/
src/w32proc.c
@@
-1087,10
+1087,7
@@
register_child (int pid, int fd)
fd_info[fd].cp = cp;
}
-/* When a process dies its pipe will break so the reader thread will
- signal failure to the select emulator.
- The select emulator then calls this routine to clean up.
- Since the thread signaled failure we can assume it is exiting. */
+/* Called from waitpid when a process exits. */
static void
reap_subprocess (child_process *cp)
{